8a13a8576570d614608e169020136c2e450cfb0e,server/src/test/java/io/druid/segment/loading/SegmentLoaderLocalCacheManagerTest.java,SegmentLoaderLocalCacheManagerTest,testRetrySuccessAtFirstLocation,#,138

Before Change


    locations.add(locationConfig2);

    manager = new SegmentLoaderLocalCacheManager(
        new MMappedQueryableIndexFactory(TestHelper.getTestIndexIO()),
        new SegmentLoaderConfig().withLocations(locations),
        jsonMapper
    );

After Change


    locations.add(locationConfig2);

    manager = new SegmentLoaderLocalCacheManager(
        TestHelper.getTestIndexIO(),
        new SegmentLoaderConfig().withLocations(locations),
        jsonMapper
    );